

@layer base {
  
  body, :host {
    /* Color */
    --Accent1: #ED7344;
--Accent2: #C8D06E;
--Accent3: #472E10;
--Accent4: #F5F1EB;
--Accent5: #988A79;
--Accent6: #EFB7E4;
--Accent7: #EABD27;
--html-block-font-color: var(--Accent3);
--html-block-h1-color: var(--Accent3);
--html-block-link-color: var(--Accent2);
--html-block-quote-color: var(--Accent1);
--SoftClayOrange: #F25C54;
--DeepCharcoal: #2e2e2e;
--WarmOff-White: #FAFAF7;
--GraphiteGrey: #1E1E1E;
--VibrantCoral: #FF6B6B;
--MintGreen: #6EDC9D;
--GoldenYellow: #F9C74F;
--ElectricBlue: #3A86FF;
--NeutralGrey: #D3D3D3;
--Lilac: #B388EB;
--BackgroundLight: #FAFAF7;
--BackgroundDark: #1E1E1E;
--NeutralSurface: #FFFFFF;
--Border: #D3D3D3;
--TextPrimary: #2E2E2E;
--TextSecondary: #6C6C6C;
--TextInverse: #FFFFFF;
--PrimaryCTA: #F25C54;
--PrimaryCTA-Hover: #FF6B6B;
--PrimaryCTA-Active: #E14A45;
--AccentPositive: #6EDC9D;
--AccentPositive-Hover: #57C78A;
--AccentPositive-Active: #45B378;
--AccentWarning: #F9C74F;
--AccentWarning-Hover: #F7B93B;
--AccentWarning-Active: #E5A62F;
--AccentInfo: #3A86FF;
--AccentInfo-Hover: #256DDB;
--AccentInfo-Active: #1A55B6;
--AccentCreative: #B388EB;
--AccentCreative-Hover: #9C6FDF;
--AccentCreative-Active: #8456C9;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-geist: 'Geist',sans-serif;
--font-geistmono: 'Geist Mono',monospace;
--font-fraunces: 'Fraunces',serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
--html-block-font-size: 0.875rem;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --borderRadius: 16px;
--gap: 10px;
    /* Z-index */
    --side-menu: 10;
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .dnHIyK {
    width:100%;
  height:100vh;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cgGrpZ {
    height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-toast-provider\:3HNY67eQbyTMKV7wPLZZf {
    width:100%;
  display:flex;
  position:relative;
  max-width:360px;
  transition:height 150ms ease 0ms normal;
  flex-direction:column;
  }
      

      
        
      
      
  .bHYIqa {
    top:var(--top);
  width:100%;
  position:absolute;
  pointer-events:all;
  }
      

      
  .bHYIqa.swipe-out-top {
    translate:0 -100%;
  }
      


  .bHYIqa.swipe-out-right {
    translate:100% 0px;
  }
      


  .bHYIqa.swipe-out-bottom {
    translate:0 100%;
  }
      


  .bHYIqa.swipe-out-left {
    translate:-100% 0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-toast\:root {
    gap:0.75rem;
  color:var(--neutral-11, #B5B2BC);
  width:100%;
  opacity:0;
  z-index:99999999999999999999!important;
  translate:0 16px;
  padding-top:1rem;
  border-color:var(--neutral-6, #3C393F);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--neutral-0, #0b0a0b);
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .so-toast\:root.open {
    opacity:1;
  translate:0 0px;
  transition:translate 250ms ease 0ms normal, top 150ms ease 0ms normal;
  }
      


  .so-toast\:root.closing {
    opacity:0;
  translate:0 -16px;
  }
      


  .so-toast\:root.open-transition {
    transition:all 250ms ease 0ms normal;
  }
      


  .so-toast\:root.close-transition {
    transition:all 150ms ease 0ms normal;
  }
      


  .so-toast\:root.success {
    color:#ffffff;
  background:green;
  border-color:var(--success-6, #145750);
  border-style:solid;
  border-width:1px;
  }
      


  .so-toast\:root.warning {
    color:var(--warning-11, #FFCA16);
  border-color:var(--warning-6, #5C3D05);
  border-style:solid;
  border-width:1px;
  background-color:var(--warning-2, #1D180F);
  }
      


  .so-toast\:root.critical {
    color:var(--Accent4);
  background:#f52427;
  border-color:var(--critical-6, #6F2539);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .rKRcu {
    gap:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .eweQuh {
    color:var(--neutral-11, #B5B2BC);
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .eweQuh.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .eweQuh.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .so-toast\:FW2tKddjmqBb2S_WPmtMS {
    color:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eTkKzJ {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .btPOyH {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .btPOyH.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .btPOyH.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .so-toast\:gYVdDIDxaBXSrlkux9YPE {
    flex:1;
  color:inherit;
  }
      

      
        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
      
      
  .so-button-tertiary\:root {
    gap:0.5rem;
  color:var(--neutral-12, #EEEEF0);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:var(--overlay-a1, #ffffff0d);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-tertiary\:root:hover {
    background-color:var(--overlay-a2, #ffffff1a);
  }
      


  .so-button-tertiary\:root:active {
    transition:none;
  background-color:var(--overlay-a3, #ffffff26);
  }
      


  .so-button-tertiary\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .so-button-tertiary\:root.trigger-open {
    background-color:var(--overlay-a3, #ffffff26);
  }
      


  .so-button-tertiary\:root.disabled {
    opacity:0.5;
  background-color:var(--overlay-a1, #ffffff0d);
  }
      

        
      
      
  .so-toast\:qAcThqFGvMbu5lzhtPxSk {
    width:var(--text-lg);
  height:var(--text-lg);
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  background-color:transparent;
  }
      

      
  .so-toast\:qAcThqFGvMbu5lzhtPxSk:hover {
    background-color:transparent;
  }
      


  .so-toast\:qAcThqFGvMbu5lzhtPxSk:active {
    background-color:transparent;
  }
      

        
      
      
  
      

      
        
      
      
  .ezeRiZ {
    width:var(--width);
  height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:end;
  padding-top:1.25rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-bottom:1.25rem;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cmkWhC {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  position:absolute;
  object-fit:cover;
  }
      

      
        
      
      
  .cxRwoM {
    row-gap:3rem;
  column-gap:3rem;
  }
      

      
        
      
      
  .bvsQqA {
    top:10px;
  left:0.875rem;
  color:#472e10;
  z-index:999;
  position:absolute;
  }
      

      
        
      
      
  .dZXxlU {
    width:100%;
  height:45px;
  }
      

      
        
      
      
  .bxjdfP {
    width:100%;
  row-gap:40px;
  column-gap:40px;
  padding-left:var(--radius-0);
  padding-right:var(--radius-0);
  }
      

      
        
      
      
  .btqrnr {
    width:30px;
  }
      

      
        
      
      
  .eSPxPi {
    color:var(--Accent4);
  height:20px;
  display:flex;
  align-items:flex-start;
  font-family:Geist;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .wvVWn {
    row-gap:1rem;
  column-gap:1rem;
  flex-direction:column;
  }
      

      
        
      
      
  .cUNOiL {
    color:#7a7a7a;
  right:.5rem;
  width:32px;
  bottom:6px;
  cursor:pointer;
  height:32px;
  display:flex;
  position:absolute;
  transition:all 300ms ease;
  align-items:center;
  justify-content:center;
  }
      

      
  .cUNOiL:hover {
    color:#000000;
  background:#f2f2f2;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

        
      
      
  .cCsarO {
    font-size:1rem;
  font-family:Geist;
  font-weight:var(--font-weight-light);
  text-decoration-line:underline;
  }
      

      
  .cCsarO:hover {
    color:var(--Accent1);
  font-weight:var(--font-weight-normal);
  }
      

        
      
      
  .ZcyYa {
    color:#472e10;
  width:100%;
  height:45px;
  row-gap:1rem;
  font-size:1rem;
  background:white;
  column-gap:1rem;
  transition:all 300ms ease;
  align-items:flex-start;
  font-family:Geist;
  font-weight:500;
  padding-left:43px;
  border-radius:0.375rem;
  outline-color:#ffffff;
  outline-style:solid;
  outline-width:2px;
  padding-right:8px;
  justify-content:center;
  border-top-left-radius:0.375rem;
  border-top-right-radius:0.375rem;
  border-bottom-left-radius:0.375rem;
  border-bottom-right-radius:0.375rem;
  }
      

      
  .ZcyYa:focus {
    outline-color:#ed7344;
  outline-style:solid;
  outline-width:2px;
  }
      


  .ZcyYa::placeholder {
    color:rgba(71, 46, 16, 0.7);
  }
      

        
      
      
  .lCJlf {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  height:45px;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:var(--Accent1);
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 500ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .lCJlf:hover {
    background:#ffffff33;
  }
      

        
      
      
  .fdrgyE {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .flITSq {
    animation:;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  letter-spacing:-1px;
  }
      

      
        
      
      
  .fxka-dV {
    width:200px;
  row-gap:12px;
  column-gap:12px;
  flex-direction:row;
  }
      

      
        
      
      
  .OoIWj {
    color:var(--Accent4);
  width:100%;
  display:flex;
  animation:0.5s ease 0ms 1 normal none running animation-bppPUc;
  font-size:40px;
  text-align:center;
  align-items:center;
  font-family:"ABC Diatype Variable Unlicensed Trial";
  font-weight:400;
  line-height:44px;
  justify-content:center;
  }
      

      
        
                  @keyframes animation-bppPUc {
                    
                        0% {
                          translate: 0 30px 0;
                        }
                        

                        0% {
                          scale: 0.8 0.8 0.8;
                        }
                        
                  }
                  
      
      
  .TJrED {
    top:11px;
  left:0.875rem;
  color:#472e10;
  z-index:999;
  position:absolute;
  }
      

      
        
      
      
  .dFTQag {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:#ffffff21;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 500ms ease;
  align-items:center;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .dFTQag:hover {
    background:#ffffff33;
  }
      

        
      
      
  .BRYnd {
    color:var(--Accent4);
  width:auto;
  height:20px;
  }
      

      
        
      
      
  .kpgyE {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .csEMXk {
    row-gap:12px;
  column-gap:12px;
  }
      

      
        
      
      
  .dtMFxa {
    display:flex;
  row-gap:.75rem;
  background:#e94447;
  column-gap:.75rem;
  align-items:center;
  padding-top:.75rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:.75rem;
  justify-content:flex-start;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .eaOEAL {
    flex:1;
  color:var(--Accent4);
  display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .cvnKAc {
    color:#ffffff;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cioCUw {
    flex:1;
  height:45px;
  }
      

      
        
      
      
  .bNvrzs {
    color:var(--Accent4);
  width:100%;
  display:flex;
  row-gap:4px;
  animation:;
  font-size:40px;
  column-gap:4px;
  text-align:center;
  align-items:center;
  font-family:"ABC Diatype Variable Unlicensed Trial";
  font-weight:400;
  line-height:44px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .iPlWO {
    gap:18px;
  color:var(--Accent4);
  width:100%;
  cursor:pointer;
  display:flex;
  padding:14px 32px;
  animation:0.5s ease 0ms 1 normal none running animation-dIfxKc;
  background:#ffffff21;
  box-shadow:0px 2px 4px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.10), 0px 0px 1px 0 rgb(0.1882352977991104, 0.1921568661928177, 0.20000000298023224, 0.05);
  transition:all 500ms ease;
  align-items:center;
  font-family:Geist;
  font-weight:var(--font-weight-normal);
  border-color:#ffffff26;
  border-style:solid;
  border-width:1px;
  border-radius:8px;
  flex-direction:row;
  backdrop-filter:blur(2px);
  justify-content:center;
  }
      

      
  .iPlWO:hover {
    background:#ffffff33;
  }
      

        
      
      
  .cZdgBz {
    font-size:1rem;
  font-family:Geist;
  font-weight:var(--font-weight-light);
  }
      

      
        
      
      
  .Auth-Register\:e_1xnKMlGSeryhxtwPo2F {
    max-width:400px;
  }
      

      
        
      
      
  .yLvvo {
    animation:;
  }
      

      
        
      
      
  .eyTHxO {
    width:100%;
  height:100%;
  display:flex;
  row-gap:40px;
  background:#e5a9a9;
  column-gap:40px;
  align-items:center;
  padding-top:5rem;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:5rem;
  justify-content:center;
  }
      

      
          @media (min-width: 475px) {
            
  .eyTHxO {
    padding-left:0px;
  padding-right:0px;
  }
      

          }
          
        
      
      
  .cnLRps {
    width:100%;
  height:24px;
  display:flex;
  background:;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .omHZu {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  position:absolute;
  background: #0000004a;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      